body {
  font-family: 'Century Gothic', 'Arial Narrow', Arial, sans-serif;
  margin: 0%;
  background-color: #e7e7e7;
}


/*ScrollBar*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f100;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}



h1{
  font-family: 'Century Gothic', 'Arial Narrow', Arial, sans-serif;
    color: #294661
}

h2 {
  font-family: 'Century Gothic', 'Arial Narrow', Arial, sans-serif;
  color: #294661;
  opacity: 1;
}

.h3-footer {
  font-family: 'Century Gothic', 'Arial Narrow', Arial, sans-serif;
  color: #1A1C73;
  width: 100%; 
  text-align: center; 
  margin: 10px 0 20px; 
  display: flex;
  align-items: center;
  justify-content: center;
} 

.h3-footer:before, .h3-footer:after{
  content: "";
  flex: 1 1;
  border-top: 1px solid #575D94;
  margin: 0 10px;
}
.h3-footer:before {
  margin-right: 10px;
}
.h3-footer:after {
  margin-left: 10px;
}


h3 {
  font-family: 'Century Gothic', 'Arial Narrow', Arial, sans-serif;
  color: #f5f5f5;
  border-bottom: #2b2b2b;
  padding-top: 20px;
}

.h4-footer {
  font-family: 'Century Gothic', 'Arial Narrow', Arial, sans-serif;
  color: #f5f5f5;
}

h4 {
  font-family: 'Century Gothic', 'Arial Narrow', Arial, sans-serif;
  color: #1b1b1b;
}

h5 {
    font-family: 'Century Gothic', 'Arial Narrow', Arial, sans-serif;
    color: #1A1C73;
}

a {
  text-decoration: none;
  color: inherit;
}

.naslov{
  font-family: 'Century Gothic', 'Arial Narrow', Arial, sans-serif;
  color: #1A1C73;
  font-size: 35px;
  text-align: center;
}

.naslov1{
  font-family: 'Century Gothic', 'Arial Narrow', Arial, sans-serif;
  color: #1A1C73;
  font-size: 18px;
  text-align: center;
  margin-top: -20px;
}



/*NAVBAR*/
.navbar {
    padding-bottom: 2%;
    position: fixed;
    top: 0%;
    width: 100%;
    z-index: 2;
}

.logo-nav {
    padding: 4px;
    width: 60px;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: 	#575D94;
  position: sticky;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: 'Century Gothic', 'Arial Narrow', Arial, sans-serif;
  font-size: 23px;
}

li a:hover {
  background-color: #8c91bd;
}



/*SIDEBAR*/
.side-bar {
  background-color: #575D94;
  backdrop-filter: blur(15px);
  width: 600px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -600px;
  overflow-y: auto;
  transition: 0.6s ease;
  transition-property: right;
  z-index: 10;
}

.side-bar::-webkit-scrollbar {
  width: 0px;
}

.side-bar.active {
  right: 0;
}

h1 {
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  padding-bottom: 13px;
  font-family: 'Century Gothic', 'Arial Narrow', Arial, sans-serif;
  letter-spacing: 2px;
}

.side-bar .menu {
  width: 100%;
  margin-top: 30px;
}

.side-bar .menu .item {
  position: relative;
  cursor: pointer;
  word-wrap: break-word; /* Ensure text wraps */
}

.side-bar .menu .item a {
  color: #f5f5f5;
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 5px 30px;
  line-height: 60px;
  word-wrap: break-word; /* Ensure text wraps */
}

.side-bar .menu .item a:hover {
  background: #8c91bd;
  transition: 0.3s ease;
}

.side-bar .menu .item i {
  margin-right: 15px;
}

.side-bar .menu .item a .dropdown {
  position: absolute;
  right: 0;
  margin: 20px;
  transition: 0.3s ease;
}

.side-bar .menu .item .sub-menu {
  background: #8474A1;
  display: none;
}

.side-bar .menu .item .sub-menu a {
  padding-left: 80px;
}

/* Add media queries for responsive text resizing */
@media (max-width: 768px) {
  .side-bar .menu .item a {
    font-size: 14px; /* Reduce font size for smaller screens */
  }
}

.rotate {
  transform: rotate(90deg);
}

.close-btn {
  position: absolute;
  color: #fff;
  font-size: 30px;
  right: 0px;
  margin: 15px;
  cursor: pointer;
  margin-top: 9px;
}

.menu-btn {
  color: #f5f5f5;
  font-size: 30px;
  margin: 5px;
  cursor: pointer;
  float: right;
  z-index: 9999;
  margin-right: 1%;
  margin-top: 9px;
}

 
 .main{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
 }
 
 .main h1{
  color: rgba(255, 255, 255, 0.8);
  font-size: 60px;
  text-align: center;
  line-height: 80px;
 }
 
 @media (max-width: 900px){
  .main h1{
    font-size: 40px;
    line-height: 60px;
  }
 }
 .img{
   width: 450px;
   margin: 15px;
   margin-left: 90px;
   margin-top: 95px;
 }
 .header{
   background: #575D94;
 }



/*Menu Pocetna*/
.menu1 {
  width: 500px;
  min-height: fit-content;
  background-color: #222222d7;
  justify-content: center;
  align-items: center;
  border: #294661 solid;
  border-style: ridge;
}

.block {
  display: block;
  width: 100%;
  border: none;
  background-color: rgba(90, 90, 90, 0);
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.block :hover {
  background-color: rgba(90, 90, 90, 0.459);
}

.menu-text {
  display: list-item;
  align-items: center;
  justify-content: center;
  margin-top: 10vh;
  margin-bottom: 10vh;
}



/*Pozadina*/
.pozadina-div{
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../../Images/pozadina.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 1080px;
  width: 100%;
  height: auto;
}

.contact-div{
  background-color: #22222200;
  align-items: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  justify-content: center;
  text-align: center;
  color: #294661;
  padding-top: 200px;
}

/*STK meni*/
.radovi-meni {
  position: absolute;
  width: 1000px;
  height: 700px;
  background-color: #6a8cc08a;
  justify-content: center;
  align-items: left;
  top: 20%;
  left: 6%;
  overflow-y: auto;
  border-radius: 10px;
}

.stk-naslov {
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stk-radovi {
  font-size: 20px;
  margin: 20px;
  color: #294661;
  text-decoration: none;
  padding: 30px;
}

.stk-radovi :hover{
  background-color: rgba(95, 104, 194, 0.506);
}


/*Sponzori*/
.sponzor {
  width: 80%;
  background-color: #29466100;
  justify-content: center;
  text-align: center;
  margin: 0%;
  padding: 0%;
  
}

.container-logo {
  padding-top: 25px;
  width: 80%;
  height: auto;
  display: flex;
  justify-content: center;
}

.container-logo1 {
  padding-top: 25px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}

.container-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 20%;
  width: 100%;
  margin-right: 0px;
}

.container-center1 {
  display: flex;
  justify-content: space-around;
  top: 20%;
  width: 100%;
  margin-right: 0px;
  margin: 0px;
}

/*logo Sponzor*/
.frame {
    width: 100%;
    max-width: 800px;
    height: auto;
    min-height: 80px;
    max-height: 100px;
    background-color: transparent;
    transition: background-color 0.5s;
    justify-content: center;
    margin-right: 0px;
    display: flex;
    padding: 3px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 3px;
    transition: transform .3s;
  }

  .frameXL {
    width: 100%;
    max-width: 700px;
    height: auto;
    min-height: 100px;
    max-height: 180px;
    background-color: transparent;
    transition: background-color 0.5s;
    justify-content: center;
    margin-right: 0px;
    display: flex;
    padding: 3px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 3px;
    transition: transform .3s;
  }

  .frame img {
    max-width: 100%;
    max-height: 100%;
    min-height: 100px;
    object-fit: contain;
  }
  
  .frameXL img {
    max-width: 100%;
    max-height: 100%;
    min-height: 100px;
    object-fit: contain;
  }

  .frame:hover {
    background-color: rgba(90, 90, 90, 0.459);
    transform: scale(1.1);
    z-index: 1;
  }

  .frameXL:hover {
    background-color: rgba(90, 90, 90, 0.459);
    transform: scale(1.1);
    z-index: 1;
  }
  
  .frame1 {
    vertical-align: middle;
    width: 25%;
    height: auto;
    min-height: 100px;
    max-height: 80px;
    background-color: transparent;
    transition: background-color 0.5s;
    justify-content: center;
    margin-right: 0px;
    display: flex;
    padding: 3px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 3px;
    transition: transform .3s;
  }

  .autoscale {
    width: 95%;
    height: auto;
  }

  .spacer{
    height: 10%;
  }



  .footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #575D94;
    backdrop-filter: blur(15px);
    color:#294661;
    text-align: center;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }




  
  .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    min-height: 600px;
  }
  
  .speaker-info {
    margin-bottom: 30px;
  }
  
  .final-words {
    text-align: center;
    background-color: #e7e7e7;
    padding: 20px;
    border-radius: 5px;
  }
  
  .final-words p {
    font-style: italic;
  }
  




  .authors-table {
    width: 55%;
    margin: 20px auto;
    border-collapse: collapse;
}

.authors-table th, .authors-table td {
    padding: 12px 15px;
    border: 1px solid #dddddd00;
    text-align: left;
    color: #f5f5f5;
}

.authors-table th {
    background-color: #f2f2f200;
}

.authors-table tr:nth-child(even) {
    background-color: #f9f9f900;
}

.authors-table a {
    color: #294661;
    text-decoration: none;
}

.authors-table a:hover {
    text-decoration: underline;
}





.sheet {
  background-color: #fff;
  padding: 40px;
  width: 60%;
  max-width: 800px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 1.6;
}
.sheet h1 {
  margin-bottom: 20px;
  font-size: 2em;
  color: #294661;
}
.sheet h2 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 1.5em;
  color: #294661;
}
.committee {
  text-align: left;
  font-size: 1.1em;
}
.committee div {
  margin-bottom: 10px;
}
.committee span {
  font-weight: bold;
}